home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / networks / tpapi / nwvap.doc < prev    next >
Text File  |  1992-02-24  |  3KB  |  135 lines

  1. *********************
  2. ** NOT IMPLEMENTED **
  3. *********************
  4.  
  5. VAP SERVICES
  6. ============
  7.  
  8. AllocateSegment
  9.   Enables a VAP to allocate system memory.
  10. --
  11. CalculateAbsoluteAddress
  12.   Calculates an absolute memory address from a protected-mode or
  13.   real-mode segment/offset pair.
  14. --
  15. ChangeProcess
  16.   Puts the calling process at the end of the priority level in the internal
  17.   active queue and reschedules the highest priority task for execution.
  18. --
  19. ChangeSegmentToData
  20.   Changes a segment's type to Read-Write Data segment.
  21. --
  22. CreateProcess
  23.   Creates a new process.
  24. --
  25. DeclareExtendedSegment
  26.   Declares a memory segment's type as extended memory.
  27. --
  28. DeclareSegmentAsData
  29.   Declares a memory segment a stype Read-Write Data segment.
  30. --
  31. DelayProcess
  32.   Postpones execution of the calling process for a specified interval.
  33. --
  34. DoConsoleError
  35.   Displays an error message on the system console.
  36. --
  37. GetInterruptVector
  38.   Returns the Interrupt Service Routine segment and offset of the
  39.   specified interrupt.
  40. --
  41. GetProcessID
  42.   Returns the process ID of the calling process.
  43. --
  44. GetVAPHeader
  45.   Gets information about other VAPs loaded in the system.
  46. --
  47. InitializationComplete
  48.   Signals NetWare that process initialization (memory allocation,
  49.   process spawning) is complete.
  50. --
  51. KillProcess
  52.   Terminates the calling process and causes the highest priority process
  53.   in the active queue to be scheduled for execution.
  54. --
  55. SegmentToPointer
  56.   Converts a segment value to a pointer
  57. --
  58. SetExternalProcessError
  59.   Installs an error routine to handle communication errors (such as
  60.   "Abort,Retry,Ignore").
  61. --
  62. SetHardwareInterruptVector
  63.   Installs a hardware-triggered Interrupt Service Routines.
  64. --
  65. SetInterruptVector
  66.   Installs a software Interrupt Service Routine.
  67. --
  68. ShellPassThroughEnable
  69.   Allows the calling VAP to access DOS functions that would normally
  70.   be unavailable during a VAP operation.
  71. --
  72. SleepProcess
  73.   Removes the current process from the active queue.
  74. --
  75. SpawnProcess
  76.   Creates a new process to run in the NetWare internal multitasking
  77.   environment.
  78. --
  79. VAPAttachToFileServer
  80.   Attaches the VAP to the file server specified by name on an
  81.   internetwork.
  82. --
  83. VAPGetConnectionID
  84.   Returns the file server number corresponding to a specified file server
  85.   name.
  86. --
  87. VAPGetFileServerName
  88.   Returns the name of the file server that resides with the VAP.
  89. --
  90. WakeUpProcess
  91.   Wakes up a sleeping VAP (returns from its SleepProcess call).
  92. --
  93. ClearScreen
  94.   Clears the system monitor screen.
  95. --
  96. ConsoleDisplay
  97.   Queues a message for display on the system console.
  98. --
  99. ConsoleError
  100.   Displays an error message on the system console.
  101. --
  102. ConsoleMessage
  103.   Displays a message on the system console.
  104. --
  105. ConsoleQuery
  106.   Displays a prompt on the system console and gets a Yes or No
  107.   response.
  108. --
  109. ConsoleRead
  110.   Reads a string typed at the system keyboard.
  111. --
  112. GetScreenMode
  113.   Indicates who has control of the system console.
  114. --
  115. InString
  116.   Reads a string typed at the system keyboard.
  117. --
  118. OutString
  119.   Displays a message on the system console.
  120. --
  121. PrintString
  122.   Prints an ASCII string on the system console.
  123. --
  124. ReadKeyboard
  125.   Reads command strings typed at the system keyboard.
  126. --
  127. SetScreenMode
  128.   Clears the screen and gives control of the system console to the
  129.   specified VAP.
  130. ------------------------------------------------------------------------------
  131.  
  132.  
  133.  
  134.  
  135.